Github Actionsを定期実行
GitHub Actionsを定期実行させるにはschedule event (Github Actions)を使う
code:wokflow.yml
on: schedule
時刻指定にはPOSIX cron構文を使う
References
https://docs.github.com/ja/actions/learn-github-actions/events-that-trigger-workflows#scheduled-events
#2021-12-08 22:38:59